home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh -f
-
- set INSTALL_FROM_DIR = $HOTMIXDIR/html/vendors/adobe/software
-
- xwsh -bg royalblue -fg white \
- -geom 80x20+100+100 -cursorfg violetred1 -cursorbg violetred1 \
- -title "Removing Adobe Photoshop 3.0.1:" \
- -e /bin/csh -c \
- "echo You must be root to remove Adobe Photoshop...; \
- cd ${INSTALL_FROM_DIR}; \
- su root -c './Removepho2.csh'; \
- sleep 10"
-